home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / C++ AppleLink Messages / CPlus.Dev$ 12⁄22⁄89 / 0012-Re Re CPlus & IIgs-Nov89 < prev    next >
Text File  |  1989-12-08  |  1KB  |  32 lines

  1. Item forwarded  by  CPLUS.ADMIN  to CP.ARCHIVES
  2.  
  3. Item forwarded  by  LEFFLER1     to STEVE.RUSS
  4.  
  5. Item forwarded  by  A33          to A34
  6.  
  7. Item forwarded  by  ALCABES      to CPLUS.APPLE$
  8.  
  9. Item forwarded  by  ALCABES      to TIM.SWIHART
  10.  
  11. Item    9891927                         30-Nov-89        17:58
  12.  
  13. From:   ROSENSTEIN1                     Rosenstein, Larry
  14.  
  15. To:     PALEVICH1                       Palevich, John
  16.  
  17. cc:     MACAPP.TECH$                    MacApp Technical
  18.  
  19. Sub:    Re: Re: CPlus & IIgs
  20.  
  21. One gotcha is that CFront must make some assumptions about the size and
  22. alignment of the buitlin types.  For example int is 32 bits on MPW, but this
  23. might not hold true on the IIGS.  I've read on Usenet that there's an option to
  24. CFront (-x?) that lets you specify the sizes and alignments of the basic
  25. datatypes.  I don't know all the details, however.
  26.  
  27. What Jack says about the resulting C code is true.  For example, the mangled
  28. names are very long, so you need a C compiler that can handle very long names.
  29.  
  30. Larry
  31.  
  32.